.brands .brand-row {
  padding-bottom: 60px;
  margin-top: 60px;
  border-bottom: 1px solid #F2F2F2; }
  .brands .brand-row__img-container {
    max-width: 261px;
    height: 167px;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .brands .brand-row__img-container img {
    max-height: 100%;
  }
    @media (max-width: 991px) {
      .brands .brand-row__img-container {
        margin: 0 auto; margin-bottom: 15px; } }
  .brands .brand-row__name {
    font: 23px 'GothamProBold', sans-serif; }
  .brands .brand-row__desc {
    margin-top: 17px;
    font: 15px 'Open Sans', sans-serif; }
  .brands .brand-row__more {
    margin-top: 45px;
    font: 15px 'GothamProBold', sans-serif;
    border-bottom: 2px solid #e20932;
    color: #020202;
    display: inline-block; }
    .brands .brand-row__more:hover {
      color: #e20932;
      text-decoration: none; }

.brands .btn-link {
  font: 15px "GothamProBold", sans-serif;
  margin: 60px 0px; }
  .brands .btn-link:focus {
    text-decoration: none; }
  .brands .btn-link:hover {
    text-decoration: none; }
    .brands .btn-link:hover span {
      text-decoration: underline; }

.brand__img {
  margin-right: 20px;
}